const go/types.novalue
24 uses
go/types (current package)
api.go#L400: return tv.mode == novalue
builtins.go#L247: x.mode = novalue
builtins.go#L268: x.mode = novalue
builtins.go#L448: x.mode = novalue
builtins.go#L650: check.exclude(x, 1<<novalue|1<<builtin)
builtins.go#L698: x.mode = novalue
builtins.go#L718: x.mode = novalue
builtins.go#L963: x.mode = novalue
call.go#L317: x.mode = novalue
call.go#L409: check.exclude(&x, 1<<novalue|1<<builtin|1<<typexpr)
expr.go#L1004: if x.mode == invalid || x.mode == novalue {
expr.go#L1033: if x.mode == invalid || x.mode == novalue {
expr.go#L1277: check.exclude(x, 1<<novalue|1<<builtin|1<<typexpr)
expr.go#L1284: check.exclude(x, 1<<novalue|1<<builtin|1<<typexpr)
expr.go#L1296: check.exclude(&x, 1<<novalue|1<<builtin|1<<typexpr)
expr.go#L1327: check.exclude(x, 1<<novalue|1<<builtin|1<<typexpr)
expr.go#L1337: check.exclude(x, 1<<novalue)
expr.go#L1348: case novalue:
operand.go#L26: novalue // operand represents no value (result of a function call w/o result)
operand.go#L41: novalue: "no value",
operand.go#L157: case invalid, novalue, builtin, typexpr:
recording.go#L26: case novalue:
typexpr.go#L265: case novalue:
typexpr.go#L280: case novalue: